Change the order of the update func to make it more compatible with the
authorJonathan Blandford <jrb@redhat.com>
Wed, 5 Jan 2000 23:06:13 +0000 (23:06 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Wed, 5 Jan 2000 23:06:13 +0000 (23:06 +0000)
commit8f48c4b3cd6cf0643a7a1703de0f2c886a749228
treed780b88df6408d21e976083b57d35f3ce32f7c34
parentcc76a598ba1069e68a7afce20423d5ddd4f7ecb2
Change the order of the update func to make it more compatible with the

2000-01-05  Jonathan Blandford  <jrb@redhat.com>

* gdk-pixbuf/gdk-pixbuf-io.h: Change the order of the update func
to make it more compatible with the rest of GTK.  Added animation
framework for progressive loading.

* gdk-pixbuf/io-bmp.c (image_begin_load): Modified to handle new
system.
* gdk-pixbuf/io-ico.c (image_begin_load): ditto
* gdk-pixbuf/io-png.c (image_begin_load): ditto
* gdk-pixbuf/io-ras.c (image_begin_load): ditto
* gdk-pixbuf/io-jpeg.c (image_begin_load): ditto
* gdk-pixbuf/io-pnm.c (image_begin_load): ditto
* gdk-pixbuf/io-tiff.c (image_begin_load): ditto
* gdk-pixbuf/io-gif.c (image_begin_load): ditto
12 files changed:
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-io.h
gdk-pixbuf/gdk-pixbuf-loader.c
gdk-pixbuf/io-bmp.c
gdk-pixbuf/io-gif.c
gdk-pixbuf/io-ico.c
gdk-pixbuf/io-jpeg.c
gdk-pixbuf/io-png.c
gdk-pixbuf/io-pnm.c
gdk-pixbuf/io-ras.c
gdk-pixbuf/io-tiff.c
gtk/gdk-pixbuf-loader.c